Correct String Initialization in C#
How do you properly initialize a string? Should it be null, string.Empty, empty quotes, or default? ...View More
How Do I Get Side Income as a Developer?
How do I bring in side income as a software developer? What types of jobs can I get? Are there easy ...View More
Blazor Code Separation - Easily Moving Code to a Code Behind File
When you see demos in Blazor, you often see the code on the same page as the HTML and Razor syntax. ...View More
Should I Build a CMS or Should I Buy One?
Should I build a custom content management system (CMS) or should I buy one and make it work? What s ...View More
5 Quick Wins in Bootstrap 5 (plus dispelling 1 major myth)
Bootstrap 5 allows web developers to quickly create powerful, responsive web applications. In fact, ...View More
Adding Blazor Components with Drag and Drop
In Blazor, we use components quite a bit. In fact, every page in Blazor is technically a component f ...View More
Are Coding Bootcamps Worth It?
Are coding bootcamps worth the price? Will they help me get a job? Will I become a professional deve ...View More
Generating Fake Data in C# with Bogus
Having data to test with is important. Whether you want to create unit tests that better replicate t ...View More
How Do I Document My Code?
What is the best way to document my code? How do I maintain both internal documentation as well as p ...View More
Humanize Your C# Code with the Humanizer NuGet Package
Converting values in code can be tricky. For example, if you rank something, you would say that the ...View More